UK Government Tenders & Contracts Scraper
Pricing
Pay per usage
UK Government Tenders & Contracts Scraper
Scrape live UK public-sector tenders and contract notices from Contracts Finder into structured data: buyer, value, deadline, category, CPV, notice link. Filter by keyword and stage.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ackoo Lu
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Get live UK public-sector tenders and contract notices as clean structured data — straight from the official Contracts Finder service. Filter by keyword and stage, export to JSON/CSV/Excel, or wire it into a bid-alert pipeline.
No login, no API key, no captcha — uses the public Contracts Finder OCDS API.
Output
| Field | Example |
|---|---|
title | ePayment System |
buyer | London Borough of Merton |
value_amount / value_currency | 600000 / GBP |
category | goods |
classification | Payment and money-handling services |
cpv_code | 66000000 |
procurement_method | Open |
published_date | 2026-06-12T... |
deadline | 2026-06-29T12:00:00+01:00 |
contract_start / contract_end | dates |
notice_url | link to the full notice |
description | summary text |
Input
{"keyword": "software","stages": "tender","maxItems": 200}
keyword— optional title/description filter (case-insensitive).stages—tender(open opportunities),planning, oraward.maxItems— cap the number of notices.
Use cases
- Bid intelligence / tender alerts — feed sales teams fresh, filtered opportunities.
- Market & competitor research — who's buying what, at what value, in which sector.
- CRM enrichment — structured buyer + deadline + value for pipeline tracking.
Run locally with python3 src/main.py, or on Apify with pay-per-result pricing.